安卓shell命令 Adb shell進入目標設備的Linux Shell環境 $ ps 列出所有進程 $ ps|grep xxx 刷選xxx相關進程 殺死進程 kill -s 9 PID Ki ...